projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d96658e
)
(global-map): Bind [signal t] to ignore, to have
author
Kim F. Storm
<storm@cua.dk>
Mon, 4 Dec 2006 12:31:38 +0000
(12:31 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 4 Dec 2006 12:31:38 +0000
(12:31 +0000)
user signals ignored by default.
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 6fb7b405344eb7b8ba638352ca3c94c8e29b191e..b0a44421c728f71c6c2e6a5fd1a3c41646eb31d9 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-1064,6
+1064,10
@@
language you are using."
(define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window)
+;; Signal handlers
+(define-key global-map [signal] (make-sparse-keymap))
+(define-key global-map [signal t] 'ignore)
+
;; Don't look for autoload cookies in this file.
;; Local Variables:
;; no-update-autoloads: t